Spring Boot manual Project:

   >>> There are several dependency injections included Spring Boot <<<

   -   -    -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -

   Spring boot is working singletone pattern architecture.

   @Autowire
    - Integrate and connect related class
    - Search by class type
    - Integrate all components of class

   @Qualifier
    - Integrate two or more classes, and using name value.

   @Component
     - Instantiated object.